projects
/
gpsbabel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1439b02
)
More style/warning fixes.
author
Robert Lipe
<robertlipe@gpsbabel.org>
Mon, 13 Nov 2017 17:40:07 +0000
(11:40 -0600)
committer
Robert Lipe
<robertlipe@gpsbabel.org>
Mon, 13 Nov 2017 17:40:07 +0000
(11:40 -0600)
gui/format.h
patch
|
blob
|
history
diff --git
a/gui/format.h
b/gui/format.h
index 65d93e6352c228b1566e9a8500f4a324dfe141da..4e10c03a1eb50f93ed8e1beab1151db23a42077e 100644
(file)
--- a/
gui/format.h
+++ b/
gui/format.h
@@
-205,7
+205,7
@@
class Format
void bumpWriteUseCount(int v) { writeUseCount_ += v; }
int getReadUseCount() const { return readUseCount_; }
int getWriteUseCount() const { return writeUseCount_; }
- void zeroUseCounts(
void
) {
+ void zeroUseCounts() {
readUseCount_ = 0;
writeUseCount_ = 0;
}